github.com/go-pg/pg/v10/orm.Table.mustHasManyRelation (method)

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L596: 		return t.mustHasManyRelation(field, pgTag)
		table.go#L745: func (t *Table) mustHasManyRelation(field *Field, pgTag *tagparser.Tag) bool {